home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Various / CRobots / downer.r < prev    next >
Text File  |  1990-04-16  |  101b  |  10 lines

  1. CRobots, Inc.
  2. I. B. Dumb
  3. /* target just sits there */
  4.  
  5. main() {
  6.   drive(270, 100);
  7.   while(1)
  8.    ;
  9. }
  10.